a {
  color: #333333;
}

a:hover {
  color: #0065b7;
}

a:focus {
  outline: none;
}

.cl:after {
  clear: both;
  content: '';
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.cl {
  zoom: 1;
}

.simple-slider .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
  width: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    display: none;
  }
}

.slider-title {
  font-size: 18px;
  text-indent: 20px;
  color: rgb(255, 255, 255);
  background: linear-gradient(0deg, black, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2% 0;
  margin: 0;
  width: 100%;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 12%;
}

.swiper-pagination-bullet-active {
}

@media (max-width: 767px) {
  .slider-title {
    font-size: 14px;
    line-height: 1.6;
    padding: 5px 10px;
    box-sizing: border-box;
  }
}

@media (max-width: 767px) {
  .tabs1-title {
    display: flex;
  }
}

.tabs1-title {
  color: #fff;
  background-color: #1f87d6;
  font-size: 16px;
}

.tabs1-title > li.active > a, .nav-tabs > li.active > a:focus, .tabs1-title > li.active > a:hover {
  color: #ffffff;
  cursor: default;
  background: url('../../assets/img/tabs-on.png') right center;
  width: 155px;
  text-align: center;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 10px;
  font-size: 18px;
  text-shadow: 1px 2px rgba(0, 0, 0, 0.49);
  font-weight: bold;
  border-style: none;
  border-bottom-color: transparent;
  margin-top: -3px;
  margin-right: 0;
}

@media (max-width: 767px) {
  .tabs1-title > li.active > a, .nav-tabs > li.active > a:focus, .tabs1-title > li.active > a:hover {
    width: auto;
  }
}

.tabs1-title > li > a {
  margin-right: 0;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 12px 20px;
}

@media (max-width: 320px) {
  .tabs1-title > li > a {
    padding: 12px 10px;
  }
}

.container.focus {
  margin: 1.5% auto;
}

.nav-area {
  width: 100%;
  color: #b6b6b6;
  background-color: #fff;
  border-bottom: 1px solid #d7d7d7;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .nav-area {
    color: #b6b6b6;
    background-color: #fff;
    border-bottom: 1px solid #d7d7d7;
    padding: 0;
    height: 50px;
    line-height: 50px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

.nav-area a {
  color: #b6b6b6;
  margin: 0 8px;
}

.spe-col img {
  width: 100%;
  margin: 20px 0 0;
}

.spe-col2 img {
  width: 100%;
  margin: 5px 0;
}

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #004698;
}

.nav-tabs > li > a:hover {
  border: none;
}

.tabs1 .tab-pane {
  padding: 0 2%;
  min-height: 450px;
}

.news-list {
  list-style: none;
  padding: 0;
}

.news-list li {
  margin-top: 10px;
  line-height: 1.6;
  font-size: 16px;
  padding-left: 20px;
  background: url('../../assets/img/news-list-icon.png') 10px 12px no-repeat;
}

.head-news p {
  line-height: 1.7;
  color: #7a7878;
  text-indent: 2em;
}

.head-news a:hover {
  text-decoration: none;
}

.head-news a:hover h3 {
  text-decoration: underline;
}

.head-news a:hover p {
  color: #0065b7;
}

.head-news {
  border-bottom: 1px dashed #b8b8b8;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.tabs-more {
  display: block;
  width: 150px;
  text-align: center;
  padding: 10px;
  margin: 25px auto 0;
  color: #0065b7;
  border: 1px solid #0065b7;
  border-radius: 100px;
  cursor: pointer;
}

.tabs-more:hover {
  color: #fff;
  border: 1px solid #0065b7;
  background-color: #0065b7;
}

.aside-section {
  padding-left: 0;
}

.wrap-bg {
  padding: 4% 0;
  background: url('../../assets/img/wrap-bg.jpg') center / 100% 100% no-repeat, #f6f6f6;
}

.spe-s {
  width: 100%;
  border: 10px solid #ffffff;
  box-shadow: 0px 8px 6px rgba(0, 0, 0, 0.26);
}

.sad-section .row {
  margin-bottom: 20px;
}

.container.section {
  margin-top: 25px;
}

.tabs2-title {
  color: #484848;
  background-color: #fff;
  font-size: 16px;
  border-top: 1px solid #dfe7fd;
  border-bottom: none;
}

@media (max-width: 320px) {
  .tabs2-title {
    font-size: 14px;
  }
}

.tabs2-title > li.active > a, .tabs2-title > li.active > a:focus, .tabs2-title > li.active > a:hover {
  color: #077ce3;
  background: #fff;
  width: 155px;
  text-align: center;
  padding: 12px 10px;
  font-size: 18px;
  font-weight: bold;
  border-top: 3px solid #077ce3;
  margin-top: -3px;
  margin-right: 0;
  border-radius: 0;
  border-left: none;
  text-shadow: none;
}

/* @media (max-width: 395px) {
  .tabs1-title > li.active > a, .nav-tabs > li.active > a:focus, .tabs1-title > li.active > a:hover {
    width: 120px;
  }
}

@media (max-width: 395px) {
  .tabs2-title > li.active > a, .tabs2-title > li.active > a:focus, .tabs2-title > li.active > a:hover {
    width: 110px;
  }
}

@media (max-width: 320px) {
  .tabs2-title > li.active > a, .tabs2-title > li.active > a:focus, .tabs2-title > li.active > a:hover {
    width: 80px;
    padding: 12px 0px;
    font-size: 16px;
  }

} */

.tabs2-title > li > a {
  margin-right: 0;
  border-right: 1px solid #dfe7fd;
  border-radius: 0;
  padding: 12px 20px;
}

.tabs2-title > li > a:focus, .tabs2-title > li > a:hover {
  color: #fff;
  background: #077ce3;
  padding: 14px 25px;
}

@media (max-width: 750px) {
  .tabs2-title {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

@media (max-width: 750px) {
  .tabs2-title > li {
    width: 25%;
    text-align: center;
  }
}

@media (max-width: 750px) {
  .tabs2-title > li:nth-child(1) {
    border-left: 1px solid #ddd;
  }
}

@media (max-width: 750px) {
  .tabs2-title > li > a {
    padding: 0;
  }
}

@media (max-width: 750px) {
  .tabs2-title > li > a {
    line-height: 2.5;
  }
}

@media (max-width: 750px) {
  .tabs2-title > li.active > a, .tabs2-title > li.active > a:focus, .tabs2-title > li.active > a:hover {
    width: auto;
    padding: 0;
    line-height: 2;
    text-shadow: none;
    border-right: 1px solid #ddd;
  }
}

@media (max-width: 750px) {
  .tabs2-title > li > a:focus, .tabs2-title > li > a:hover {
    width: auto;
    padding: 0;
  }
}

.tabs2 .tab-pane {
  padding: 0 2%;
}

.title-more {
  float: right;
  color: #8b8c90;
  margin-right: 10px;
}

.title1 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #dfe7fd;
}

.title1 h2 {
  font-size: 20px;
  margin: 0;
  color: #077ce3;
  line-height: 50px;
  border-bottom: 3px solid #077ce3;
  display: inline-block;
  padding: 0 20px;
}

.news-list2-section {
  padding: 10px 15px;
  background-color: #f1f6fa;
}

.news-list2 li {
  margin: 16px 0;
}

.title2 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #dfe7fd;
}

.title2 h2 {
  font-size: 20px;
  margin: 0;
  color: #077ce3;
  line-height: 50px;
  border-top: 3px solid #077ce3;
  display: inline-block;
  padding: 0 20px;
}

.qk-list li {
  float: left;
  width: 145px;
  height: 230px;
  margin-top: 35px;
  margin-left: 32px;
  background: url('../../assets/img/qk-bg.png') no-repeat 9px top;
  text-align: center;
}

@media (min-width: 990px) and (max-width: 1200px) {
  .qk-list li {
    margin-left: 1%;
  }
}

@media (max-width: 375px) {
  .qk-list li {
    margin-top: 12px;
    margin-left: 14px;
  }
}

@media (max-width: 320px) {
  .qk-list li {
    margin-top: 10px;
    margin-left: 0;
  }
}

@media (min-width: 414px) {
  .wrap .qk-list {
    margin-left: -1%;
  }
}

.qk-list li img {
  width: 125px;
  border: 1px solid #c4c4c4;
  text-align: left;
}

.qk-list li p {
  margin-top: 15px;
  font-size: 14px;
}

.video-left {
  position: relative;
  display: block;
  text-align: center;
  margin-left: 5px;
}

.video-left-photo {
  width: 100%;
}

.video-left .play-icon {
  width: 35px;
  position: absolute;
  right: 10px;
  bottom: 70px;
}

.video-left p {
  line-height: 1.7;
  margin-top: 10px;
}

.video-left-section {
  float: left;
  width: 58%;
  margin-top: 30px;
}

@media (max-width: 320px) {
  .video-left-section {
    width: 53%;
  }
}

.video-right-section {
  float: right;
  margin-top: 30px;
  margin-right: 5px;
}

.video-right {
  position: relative;
  display: block;
  margin-bottom: 20px;
  text-align: center;
}

.video-right-photo {
  width: 120px;
  height: 90px;
}

.video-right .play-icon {
  width: 25px;
  position: absolute;
  right: 22px;
  bottom: 5px;
}

.container.links {
  margin: 3% auto;
}

.links .dropdown {
  display: inline-block;
  margin: 0 10px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .video-right-section {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .video-left .play-icon {
    bottom: 88px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .video-right .play-icon {
    right: 8px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .links .dropdown {
    margin: 10px;
  }
}

@media (max-width: 395px) {
  .tabs2-title > li > a {
    padding: 12px 6px;
  }
}

.aside .zysky-icon span {
  width: 200px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .aside .zysky-icon span {
    width: 160px;
  }
}

.pagination-section {
  text-align: center;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  background: #1e93f3;
  color: #fff;
}

.wrap {
  margin: 3% auto;
  overflow: hidden;
}

.main-news-list {
  list-style: none;
  padding: 0;
}

.main-news-list li {
  line-height: 1.6;
  font-size: 18px;
  text-indent: 20px;
  padding: 12px 0;
  border-bottom: 1px dashed #c5c5c5;
  background: url('../../assets/img/news-list-icon.png') 5px 24px no-repeat;
}

.main-photos-list li {
  width: 30%;
  float: left;
  margin-left: 2%;
  font-size: 16px;
}

@media (max-width: 767px) {
  .main-photos-list li {
    width: 47%;
    float: left;
  }
}

.main-photos-list li .thumbnail p {
  height: 68px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.thu-photo {
  width: 100%;
  height: 143px;
  overflow: hidden;
}

.thu-photo img {
  width: 100%;
}

.article-clean {
  color: #56585b;
  background-color: #fff;
  font-family: 'Lora', serif;
  font-size: 14px;
}

.article-clean .intro {
  font-size: 16px;
  margin: 0 auto 30px;
}

.article-clean .intro h1 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 20px;
  line-height: 1.5;
  color: #333;
}

.article-clean .intro p {
  color: #929292;
  font-size: 12px;
}

.article-clean .intro p .by {
  font-style: italic;
}

.article-clean .intro p .date {
  text-transform: uppercase;
  padding: 4px 0 4px 10px;
  margin-left: 10px;
  border-left: 1px solid #ddd;
}

.article-clean .intro p a {
  color: #333;
  text-transform: uppercase;
  padding-left: 3px;
}

.article-clean .intro img {
  margin-top: 40px;
}

.article-clean .text p {
  margin-bottom: 20px;
  line-height: 2;
}

@media (min-width: 768px) {
  .article-clean .text p {
    font-size: 16px;
  }
}

.article-clean .text h2 {
  margin-top: 28px;
  margin-bottom: 20px;
  line-height: 1.45;
  font-size: 16px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .article-clean .text h2 {
    font-size: 20px;
  }
}

.article-clean .text figure {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.article-clean .text figure img {
  margin-bottom: 12px;
  max-width: 100%;
}

.main-content-section .container {
  width: 100%;
  padding: 0;
  font-family: sans-serif, '宋体';
  color: #333;
}

.main-content-section .col-lg-8.col-lg-offset-2.col-md-10.col-md-offset-1 {
  width: 100%;
  margin: 0;
  padding: 0 25px;
}

.projects-horizontal {
  color: #313437;
  background-color: #fff;
}

.projects-horizontal p {
  color: #7d8285;
}

.projects-horizontal h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width: 767px) {
  .projects-horizontal h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.projects-horizontal .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 10px;
}

.projects-horizontal .projects {
  padding-bottom: 40px;
}

.projects-horizontal .item2 {
  padding-top: 60px;
  min-height: 160px;
}

.projects-horizontal .item2 {
  padding-top: 30px;
}

.projects-horizontal .item {
  padding-top: 60px;
  min-height: 160px;
}

@media (max-width: 767px) {
  .projects-horizontal .item {
    padding-top: 40px;
    min-height: 160px;
  }
}

.projects-horizontal .item .name {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
  color: inherit;
}

@media (max-width: 991px) {
  .projects-horizontal .item .name {
    margin-top: 22px;
  }
}

.projects-horizontal .item .description {
  font-size: 15px;
  margin-bottom: 0;
}

.area-name {
  padding-bottom: 15px;
  border-bottom: 2px solid #0077dc;
  margin-bottom: 17px;
  margin-top: 0;
  color: #0077dc;
}

.projects-horizontal .area-content {
  color: #333;
  line-height: 1.8;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .item2 .simple-slider {
    margin-top: 5%;
  }
}

.back-history-button:hover, .back-history-button:active {
  color: #fff;
}

.back-history-button {
  width: 324px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  vertical-align: middle;
}

.header {
  position: relative;
}

.header-section {
  position: relative;
  width: 1100px;
  height: 100%;
  margin: 0 auto;
}

.navbar.navbar-default.navigation-clean {
  background: rgb(31,135,214);
}

